home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / swplpt_c.arc / SWAPLPTS < prev    next >
Text File  |  1991-04-12  |  156b  |  8 lines

  1. CCFLAGS = -Ie:\tc\h -K -N- -O -Z -c -d -ms -r
  2.  
  3. swaplpts.exe:    swaplpts.obj
  4.     tlink /x @swaplpts.arf
  5.  
  6. swaplpts.obj:    swaplpts.c
  7.     tcc $(CCFLAGS) swaplpts
  8.